home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00109_Script_left script < prev    next >
Text File  |  1999-05-31  |  565b  |  22 lines

  1. on mousedown
  2.   --  previous pic
  3.   if the clickOn > 0 then
  4.     global name, cspname,getspchannel, gpiclist,gpictot,gpicno
  5.     set name to the name of member(the member of sprite the clickon)
  6.     set rr to "r"& name
  7.     set the member of sprite the clickon to the number of member rr of castlib "eb.cst"
  8.     updatestage
  9.     set xx to the frameLabel
  10.     set yy to getPos(gpiclist, xx)
  11.     if yy > 1 then
  12.       go to frame getAt(gpiclist, yy-1)
  13.     else
  14.       go to frame getAt(gpiclist,gpictot)
  15.     end if
  16.   end if
  17.   
  18.   --  go to previous
  19.   
  20. end
  21.  
  22.